課程資訊
課程名稱
演算法
The Design and Analysis of Algorithms 
開課學期
105-1 
授課對象
電機資訊學院  生醫電子與資訊學研究所  
授課教師
陳和麟 
課號
EE5048 
課程識別碼
921EU2110 
班次
 
學分
全/半年
半年 
必/選修
選修 
上課時間
星期二2,3,4(9:10~12:10) 
上課地點
明達231 
備註
本課程以英語授課。
總人數上限:150人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1051EE5048_algorithm 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

本課程將介紹各種基本的演算法的設計與分析,並對各種進階演算法如近似演算法、隨機演算法等進行粗略介紹。 

課程目標
1 介紹各種演算法,使學生能運用不同的演算法來解決各種計算問題。
2 讓學生了解如何分析演算法,以便設計高效率的演算法。 
課程要求
成績評量方式:
作業: 20%
期中考: 40%
期末考: 40% 
預期每週課後學習時數
 
Office Hours
每週二 12:00~14:00 
指定閱讀
 
參考書目
教科書: Introduction to Algorithms, third edition, by Cormen, Leiserson, Rivest, and Stein
參考書目: Algorithm Design, by Kleinberg and Tardos
 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
Week 1
2016/09/13  Introduction
Asymptotic Notations
 
Week 2
2016/09/20  Asymptotic Notations (Cont'd)
Recurrence Relations 
Week 3
2016/09/27  No Class 
Week 4
2016/10/04  Recurrence Relations (Cont'd)
Divide & Conquer Algorithms
Comparison Sorting 
Week 5
2016/10/11  Comparison Sorting (Cont'd)
Order Statistics 
Week 6
2016/10/18  Greedy Algorithms
Dynamic Programming 
Week 7
2016/10/25  Non-Comparison Sorting
Heap Structure
Amortized Analysis 
Week 8
2016/11/01  Fibonacci Heap 
Week 9
2016/11/08  Midterm 
Week 10
2016/11/15  No class 
Week 11
2016/11/22  Disjoint Set
Definition of Graph 
Week 12
2016/11/29  Searching Algorithms
Topological Sort 
Week 13
2016/12/06  Shortest Path Problem & Algorithms 
Week 14
2016/12/17  Minimum Spanning Tree
Flow Network
Max Flow Problem 
Week 14
2016/12/13  No Class 
Week 15
2016/12/20  Edmonds-Karp Algorithm
Maximum Matching & Stable Matching
Gale-Shapley Proposing Algorithm
Decision Problem
P & NP
NP-completeness

 
Week 16
2016/12/27  NP-complete Reduction
Approximate Algorithms 
Week 17
2017/01/03  Approximation Algorithms (Cont'd)
 
Week 18
2016/01/10  Final